Merged
Conversation
Changes: - docker-library/hello-world@a6fdcbf: Add "ltsc2019" tag to example Windows one-liner (docker-library/hello-world#85) - docker-library/hello-world@92f8ec3: Merge pull request docker-library/hello-world#80 from infosiftr/gitattributes - docker-library/hello-world@93e0c55: Fix line endings on Windows with gitattributes - docker-library/hello-world@9ef4804: Merge pull request docker-library/hello-world#73 from docker-library/github-actions - docker-library/hello-world@bf64724: Add initial GitHub Actions CI
Diff for 70ae7c3:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 48d3692..f5bc9ed 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -26,5 +26,5 @@ Tags: nanoserver-1809
SharedTags: nanoserver, latest
Architectures: windows-amd64
windows-amd64-Directory: amd64/hello-world/nanoserver-1809
-windows-amd64-GitCommit: 9c93e37114a7fe99b5fc0d776e0b8dff99cbbb75
+windows-amd64-GitCommit: a6fdcbffb08c09e63c48cda1878e15fefcb6460a
Constraints: nanoserver-1809
diff --git a/hello-world_nanoserver-1809/hello.txt b/hello-world_nanoserver-1809/hello.txt
index b55b070..92f4af7 100644
--- a/hello-world_nanoserver-1809/hello.txt
+++ b/hello-world_nanoserver-1809/hello.txt
@@ -12,7 +12,7 @@ To generate this message, Docker took the following steps:
to your terminal.
To try something more ambitious, you can run a Windows Server container with:
- PS C:\> docker run -it mcr.microsoft.com/windows/servercore powershell
+ PS C:\> docker run -it mcr.microsoft.com/windows/servercore:ltsc2019 powershell
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: